home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / honeytrouble.swf / scripts / DefineButton2_5 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-09-27  |  63 b   |  4 lines

  1. on(press){
  2.    content_mc._visible = !content_mc._visible;
  3. }
  4.